home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 September (Japanese) / CICA Shareware for Windows CD-ROM (Walnut Creek) (September 1995) (Japanese) (Disc 2).iso / disc2 / nt / ntperf.exe / PERFTOOLS / SRC / PERFMON / GRAPH.H_ / GRAPH.H
Encoding:
C/C++ Source or Header  |  1993-05-15  |  470 b   |  24 lines

  1.  /*****************************************************************************
  2.  *
  3.  *  Graph.h - Header for graphing window.
  4.  *
  5.  *  Microsoft Confidential
  6.  *  Copyright (c) 1992-1993 Microsoft Corporation
  7.  *
  8.  *
  9.  ****************************************************************************/
  10.  
  11.  
  12. #define GRAPH_BORDER 4
  13.  
  14.  
  15. BOOL GraphInitializeApplication (void) ;
  16.  
  17.  
  18. HWND CreateGraphWindow (HWND hWndParent) ;
  19.  
  20.  
  21. void SizeGraphComponents (HWND hWnd) ;
  22.  
  23.  
  24.